type runtime.traceBlockReason
6 uses
runtime (current package)
proc.go#L381: func gopark(unlockf func(*g, unsafe.Pointer) bool, lock unsafe.Pointer, reason waitReason, traceReason traceBlockReason, traceskip int) {
proc.go#L403: func goparkunlock(lock *mutex, reason waitReason, traceReason traceBlockReason, traceskip int) {
runtime2.go#L586: waitTraceBlockReason traceBlockReason
trace.go#L89: type traceBlockReason uint8
trace.go#L94: traceBlockGeneric traceBlockReason = traceEvGoBlock
trace.go#L1612: func traceGoPark(reason traceBlockReason, skip int) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |